@charset "gb2312";
/* 19/09/21 国考通栏 */
.gktl190921 {
  padding:30px 0 40px; margin:50px auto; box-sizing: border-box;
  background:#fff; box-shadow: 0 0 27px rgba(252, 103, 103, .2); border: solid 2px #da2f2f;
}
.gktl190921 a:hover { color:#e92930; text-decoration: none; }
/* 左侧 */
.gktl190921 .guokaofl {
  width:67.5%;  margin-left: 2.5%; padding-right:2.5%; box-sizing: border-box;
  border-right:1px solid #e4e4e4;
}
/* 主标题 */
.gktl190921 .gktlTit .tit {
  float:left; margin-right:15px;
  color: #df3636; font-size: 30px; font-weight: 800; line-height:36px;
}
.gktl190921 .gktlTit .time {
  float:left; padding-top:12px;
  font-size: 18px; line-height:24px;
}
.gktl190921 .gktlTit .time em {
  display:inline-block; height: 24px; padding:0 5px; margin:0 3px; vertical-align: top;
  background: #ec504d; border-radius: 5px;
  color: #fff; font-size:24px; font-style: normal; line-height: 24px;
}
.gktl190921 .gktlTit .time i {
  font-style: normal; 
}
.gktl190921 .gktlTit .key {
  float:right;
  border-bottom:1px solid #f7f7f7;
  font-size: 16px; line-height: 50px;
}
.gktl190921 .gktlTit .key a {
  display: inline-block;
}
.gktl190921 .gktlTit .key a.tlhot {
  color:#ec504d;
}
.gktl190921 .gktlTit .key em {
  display: inline-block; width:20px;
  color:#ccc; font-style: normal; text-align: center;
}
/* 按钮组 */
.gktl190921 .btnBox {
  margin: 0 auto;
  margin-top: 8px;
}
.gktl190921 .dataBtn {
  position: relative; float:left; height: 54px; padding:0 15px; margin-right: 10px; overflow: hidden;
  background: #39b5f8; border-radius: 6px;
  background: linear-gradient(218deg, #2491f0 , #39b5f8);
  box-shadow: 0 6px 10px rgba(36, 145, 240, .4);
  color: #fff; font-size: 16px; line-height: 54px;
}
.gktl190921 .dataBtn a {
  color: #fff;
}
.gktl190921 .dataBtn02 {
  background: #19d5bf;
  background: linear-gradient(-31deg, #09b9dd , #19d5bf ,#28f0a1);
  box-shadow: 0 6px 10px rgba(14, 193, 212, .3);
}
.gktl190921 .dataBtn03 {
  background: #f7812e; margin-right: 0;
  background: linear-gradient(159deg, #f8a938 , #f7812e ,#f65824);
  box-shadow: 0 6px 10px rgba(246, 93, 37, .2);
}
.gktl190921 .dataBtn:before {
  position: absolute; right:-20px; top:16px; pointer-events: none;
  content: " "; display: block; width: 80px; height: 80px;
  background: #fff; border-radius: 100%; opacity: .2;
}
.gktl190921 .dataBtn i {
  display: inline-block;  height: 54px; margin-right: 5px; vertical-align: top;
  background: url(images/gktl190921-icon01.png) no-repeat center;
}
.gktl190921 .dataBtn02 i {
  background-image: url(images/gktl190921-icon02.png);
}
.gktl190921 .dataBtn03 i {
  background-image: url(images/gktl190921-icon03.png);
}
.dy{
  background: url(https://ah.huatu.com/z/css/2019sy/images/fx_douyinicon.png) no-repeat left center !important;
}
.dy:hover {
  color: #38b2ff;
}
.gktl190921 .dataBtn span {
  font-size: 24px;
}
.gktl190921 .switchBtn {
  position: relative; float:right; margin-top: 12px; margin-right: 10px; overflow: hidden;
  background: #fff; border-radius:38px; box-shadow: 0 0 20px rgba(137, 137, 137, .15);
}
.gktl190921 .switchBtn a {
  display: block; float:left; padding:0 10px; box-sizing: border-box;
  font-size: 16px; line-height:38px; text-align: center;
}
.gktl190921 .switchBtn a:nth-child(2) {
  width:60px;
  background:#ec504d; border-radius:40px;
  color:#fff;
}
/* 搜索 */
.gktl190921 .search {
  padding:20px 0; margin:25px 0 35px; box-sizing: border-box;
  background:#fff; border: solid 1px rgba(195, 195, 195, .3); border-radius:6px;
  box-shadow: 0 0 20px rgba(137, 137, 137, .15);
}
.gktl190921 .search label {
  float: left; padding: 0 10px 0 40px;
  background: url(images/gktl190921-icon04.png) no-repeat 10px center;
  color: #df3636; font-size: 20px; font-weight: 800; line-height:44px;
}
.gktl190921 .search .selDiv { 
  float: left; width:14.5%; height:44px; margin-right: 10px; position: relative;
}
.gktl190921 .search .selDiv:nth-child(4) {
  width:18%;
}
.gktl190921 .search .selDiv:nth-child(5) { 
  margin-right:0;
}
.gktl190921 .search .selDiv cite {
 	display: block; width: 100%; height:44px; cursor: pointer; box-sizing: border-box;
 	padding-right:1em; 
 	border: 1px solid #dcdcdc; border-radius: 6px;
  background:#fff url(images/gktl190921-icon05.png) no-repeat 95% center;
  box-shadow: 0 6px 13px rgba(245, 245, 245, .4);
 	font-size: 16px; font-style: normal; line-height:42px; text-indent: 1em;
 	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  transition: .3s;
}
.gktl190921 .search .selDiv:hover cite { 
  border-color: #ed6346; box-shadow: 0 6px 10px rgba(252, 93, 72, .2);
  background-image: url(images/gktl190921-icon06.png);
  color: #df3636;
}
.gktl190921 .search .selDiv ul {
	display: none; position: absolute; right: 0; top:43px;
	width: 100%; max-height: 400px;
	overflow-y: auto; overflow-x: hidden; z-index: 10;
	background: #fff; border: 1px solid #dcdcdc; border-radius:6px;
}
.gktl190921 .search .selDiv li {
	font-size: 16px; text-indent: 1em; cursor: pointer;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.gktl190921 .search .selDiv li:hover { 
  background-color: #f7f7f7;
}
.gktl190921 .search .btn {
	float:right; display: block; width:9.6%; height:44px; margin-right: 10px; cursor: pointer;
	background: #ec4e4e; border:none; border-radius:44px;
	background: linear-gradient(-87deg, #ec4e4e, #f08938);
	box-shadow: 0 9px 16px rgba(239, 132, 58, .3);
	color: #fff; font-size:18px; line-height: 44px; text-align: center;
}
.gktl190921 .search .btn:hover{
  background: #f08938;
  background: linear-gradient(93deg, #ec4e4e, #f08938);
  opacity: .9;
}
/* 资讯 */
.gktl190921 .infoLeft {
  width:53%;
}
.gktl190921 .infoLeft dt {
  width:100%;
  font-size: 20px; font-weight: 800; line-height: 38px;
  overflow:hidden; white-space: nowrap; text-overflow: ellipsis;
}
.gktl190921 .infoLeft .tlhot,
.gktl190921 .infoLeft .tlhot a {
  color:#e92930;
}
.gktl190921 .infoLeft a {
  padding-right: 8px;
}
.gktl190921 .infoLeft dd {
  width:100%;
  font-size: 16px; line-height: 38px;
  overflow:hidden; white-space: nowrap; text-overflow: ellipsis;
}
.gktl190921 .infoLeft dd a:first-child {
  padding-right: 0;
}
.gktl190921 .infoLeft dd a:first-child:before {
  content: " "; display:inline-block; width:4px; height: 4px; margin-top:17px; margin-right:5px; vertical-align: top;
  background: #ccc; border-radius: 100%;
}
/* 直播 */
.gktl190921 .infoRight {
  width:41%;
}
.gktl190921 .infoRight li {
  height: 38px; padding-left:35px;
  background:url(images/gktl190921-icon07a.png) no-repeat left;
  font-size: 16px; line-height: 38px;
  overflow:hidden; white-space: nowrap; text-overflow: ellipsis;
}
.gktl190921 .infoRight li.active {
  background-image:url(images/gktl190921-icon07.png);
}
/* 右侧 */
.gktl190921 .guokaofr {
  width:25%; margin-right: 2.5%;
}
.gktl190921 .guokaofr h3 {
  height:50px;
  border-bottom: 1px solid #e4e4e4;
  color: #df3636; font-size: 24px; font-weight: 800; line-height: 30px;
}
.gktl190921 .guokaofr h3 i {
  display: inline-block; width:25px; height:25px; margin-right: 5px; vertical-align: top;
  background:url(images/gktl190921-icon08.png) no-repeat center;
}
.gktl190921 .guokaofr h3 a {
  color: #df3636;
}
.gktl190921 .guokaofr dl {
  margin-top: 18px;
}
.gktl190921 .guokaofr dt {
  width:100%;
  font-size: 20px; font-weight: 800; line-height: 38px;
  overflow:hidden; white-space: nowrap; text-overflow: ellipsis;
}
 .dtwz
{background:#df3636;color:#fff;border-radius: 10px;	text-align:center;font-size:16px;
}
.gktl190921  dt span
{width:69px;display:inline-block;line-height:30px;}
.gktl190921 .guokaofr dl .tlhot,
.gktl190921 .guokaofr dl .tlhot a {
  color:#e92930;
}
.gktl190921 .guokaofr dl a {
  padding-right: 8px;
}
.gktl190921 .guokaofr dd {
  width:100%;
  font-size: 16px; line-height: 38px;
  overflow:hidden; white-space: nowrap; text-overflow: ellipsis;
}
.gktl190921 .guokaofr dd a:first-child {
  padding-right: 0;
}
/* 焦点图 */
.gktlBanner {
  position:relative; margin:66px 5% 0;
}
.gktlBanner .btn {
  position: absolute; top:50%; cursor: pointer;
  width:40px; height: 40px; margin-top: -20px;
  background: url(images/gktl190921-icon09a.png) no-repeat center;
  border-radius: 100%;
}
.gktlBanner .gktlprevBtn {
  left:-40px;
}
.gktlBanner .gktlprevBtn:hover {
  background-image: url(images/gktl190921-icon09.png);
}
.gktlBanner .gktlnextBtn {
  right:-40px;
  background-image: url(images/gktl190921-icon10a.png);
}
.gktlBanner .gktlnextBtn:hover {
  background-image: url(images/gktl190921-icon10.png);
}
.gktlBanner .bd {
  position: relative; width: 100%; overflow: hidden;
}
.gktlBanner .bd li {
  float:left; width:20%; zoom: 1; box-sizing: border-box;
}
.gktlBanner .bd li:hover {
  opacity: .9;
}
.gktlBanner .bd a { 
  display: block; position: relative; width:92%; margin:0 auto;
}
.gktlBanner .bd img {
  display: block; width:100%;
}
@media screen and (max-width:1900px) {
  /* 按钮组 */
  .gktl190921 .dataBtn { padding:0 8px; margin-right:8px; font-size: 16px; }
  .gktl190921 .dataBtn03 { margin-right:0; }
  .gktl190921 .dataBtn i { margin-right: 3px;}
  .gktl190921 .dataBtn span { font-size: 20px;text-align: center; }
  .gktl190921 .switchBtn { margin-right: 8px; }
  .gktl190921 .switchBtn a { padding:0 8px; font-size: 14px; }
  .gktl190921 .switchBtn a:nth-child(2) { width:50px; }
  /* 搜索 */
  .gktl190921 .search label { padding-right:8px; }
  .gktl190921 .search .selDiv ,
  .gktl190921 .search .btn.submit { margin-right:8px; }
}
@media screen and (max-width:1660px) {
  /* 按钮组 */
  .gktl190921 .dataBtn i { display:none; }
  /* 搜索 */
  .gktl190921 .search label { font-size: 18px; }
  .gktl190921 .search .selDiv { width:14%; }
  .gktl190921 .search .selDiv:nth-child(4) { width:17%; }
  .gktl190921 .search .selDiv cite ,
  .gktl190921 .search .selDiv li { font-size: 14px; text-indent: .5em;}
  .gktl190921 .search .btn { font-size:16px; }
}
@media screen and (max-width:1440px) {
  /* 按钮组 */
  .gktl190921 .dataBtn { font-size: 14px; }
  .gktl190921 .dataBtn span { font-size: 18px; }
}
@media screen and (max-width:1366px) {
  /* 左侧 */
  .gktl190921 .guokaofl { height: 380px; }
  /* 主标题 */
  .gktl190921 .gktlTit .tit { font-size: 28px; }
  .gktl190921 .gktlTit .time { font-size: 16px; }
  .gktl190921 .gktlTit .time em { font-size:20px; }
  .gktl190921 .gktlTit .key { font-size: 14px; }
  /* 按钮组 */
  .gktl190921 .dataBtn { height: 40px; padding: 0 5px; font-size: 12px; line-height: 40px; }
  .gktl190921 .dataBtn span { font-size: 16px; }
  .gktl190921 .switchBtn { margin-top: 3px; }
  .gktl190921 .switchBtn a { padding:0 5px; font-size: 12px; line-height:34px; }
  .gktl190921 .switchBtn a:nth-child(2) { width:46px; }
  /* 搜索 */
  .gktl190921 .search { margin:20px 0; }
  .gktl190921 .search label { padding-left:10px; background: none; font-size:16px; }
  .gktl190921 .search .selDiv { width:15%; }
  .gktl190921 .search .selDiv cite { font-size: 12px; }
  .gktl190921 .search .selDiv li { font-size: 12px; }
  .gktl190921 .search .btn { border-radius: 6px; font-size:14px; }
  /* 资讯 */
  .gktl190921 .infoLeft dt { font-size: 16px; line-height: 30px; }
  .gktl190921 .infoLeft dd { font-size: 12px; line-height: 30px; }
  /* 直播 */
  .gktl190921 .infoRight li { height: 30px; font-size: 12px; line-height: 30px; }
  /* 右侧 */
  .gktl190921 .guokaofr h3 { font-size: 22px; }
  .gktl190921 .guokaofr dt { font-size: 16px; line-height: 30px; }
  .gktl190921 .guokaofr dd { font-size: 12px; line-height: 30px; }
}
@media screen and (max-width:1200px) {
  .gktl190921 { padding:20px 0 30px; margin:40px auto; }
  /* 左侧 */
  .gktl190921 .guokaofl { height: 350px; }
  /* 主标题 */
  .gktl190921 .gktlTit .tit { font-size: 24px; }
  .gktl190921 .gktlTit .time { font-size: 14px; }
  .gktl190921 .gktlTit .time em { font-size:18px; }
  .gktl190921 .gktlTit .key { font-size: 12px; line-height: 40px; }
  /* 按钮组 */
  .gktl190921 .dataBtn { margin-right:5px; }
  .gktl190921 .dataBtn03 { margin-right:0; }
  .gktl190921 .dataBtn span { font-size: 14px; }
  .gktl190921 .switchBtn { margin-right:5px; }
  .gktl190921 .switchBtn a:nth-child(2) { width:36px; }
  /* 搜索 */
  .gktl190921 .search label { font-size:14px; line-height:32px; }
  .gktl190921 .search .selDiv { width:14%; height:32px; margin-right:5px; }
  .gktl190921 .search .selDiv cite { height:32px; line-height:30px; }
  .gktl190921 .search .selDiv ul { top:31px; }
  .gktl190921 .search .btn { font-size:12px; height:32px; line-height: 32px;  }
  /* 资讯 */
  .gktl190921 .info .tit { margin-bottom:8px; }
  .gktl190921 .info .tit02 { margin-top:10px; }
  .gktl190921 .newsList dt { font-size: 16px; line-height: 30px; }
  .gktl190921 .newsList dd { font-size: 14px; line-height:28px; }
  /* 右侧 */
  .gktl190921 .guokaofr h3 { height: 40px; font-size: 20px; }
  .gktl190921 .guokaofr dl { margin-top: 14px; }
  /* 焦点图 */
  .gktlBanner { margin-top:25px; }
}
/* 移动端 */
@media screen and (max-width:1080px) {
  body { min-width: 18.75rem; overflow-x: hidden; }
  .gktl190921 .gktlTit .key,
  .gktl190921 .search label { 
    display: none;
   }
  .gktl190921 {
    width:17.5rem; max-width:18.75rem; min-width:1rem;
    padding:.5rem 0; margin:1.5rem auto;
    box-shadow: 0 0 .75rem rgba(252, 103, 103, .2);
  }
  /* 左侧 */
  .gktl190921 .guokaofl {
    float:none; width:16.5rem; height:auto; padding-right:0; margin:0 auto .5rem;
    border-right:none;
  }
  /* 主标题 */
  .gktl190921 .gktlTit {
    border-bottom: 1px solid #e4e4e4;
  }
  .gktl190921 .gktlTit .tit {
    height:1.6rem; margin-right:.25rem;
    font-size: .95rem; line-height:1.4rem;
  }
  .gktl190921 .gktlTit .time {
    padding-top:.4rem;
    font-size:.6rem; line-height:1rem;
  }
  .gktl190921 .gktlTit .time em {
    height: 1rem; padding:0 .2rem; margin:0 .1rem;
    border-radius: .15rem;
    font-size:.8rem; line-height:1rem;
  }
  /* 按钮组 */
  .gktl190921 .btnBox {
    margin-top:.5rem;
  }
  .gktl190921 .dataBtn {
    display:block; width:5.3rem; height: 1.6rem; padding:0; margin-right: .3rem; overflow: hidden;
    border-radius: .25rem;
    box-shadow: 0 .15rem .25rem rgba(36, 145, 240, .4);
    font-size: .6rem; line-height: 1.6rem; text-align: center;
  }
  .gktl190921 .dataBtn02 {
    box-shadow: 0 .15rem .25rem rgba(14, 193, 212, .3);
  }
  .gktl190921 .dataBtn03 {
    margin-right: 0;
    box-shadow: 0 .15rem .25rem rgba(246, 93, 37, .2);
  }
  .gktl190921 .dataBtn:before {
    right:-.5rem; top:.5rem;
    width:2rem; height: 2rem;
  }
  .gktl190921 .dataBtn span {
    font-size: .7rem;
  }
  .gktl190921 .switchBtn {
    display: block; width:3.9rem; margin:.5rem 0 0 .3rem;
    border-radius:1.4rem; box-shadow: 0 0 .5rem rgba(137, 137, 137, .15);
  }
  .gktl190921 .switchBtn:last-child{
    margin-left: 0;
  }
  .gktl190921 .switchBtn a {
    display:block; float:left; width: 50%; padding:0;
    font-size: .6rem; line-height:1.4rem; text-align: center;
  }
  .gktl190921 .switchBtn a:nth-child(2) {
    width:50%;
    border-radius:40px;
  }
  .gktl190921 .switchBtn:nth-child(4) a {
    float:none; width: 100%;
  }
  /* 搜索 */
  .gktl190921 .search {
    padding:.5rem; margin:.5rem 0;
    border-radius:.25rem;
    box-shadow: 0 0 .5rem rgba(137, 137, 137, .15);
  }
  .gktl190921 .search .selDiv { 
    width:48%; height:1.8rem; margin-right:0; margin-bottom: .4rem;
  }
  .gktl190921 .search .selDiv:nth-child(4) {
    width:48%;
  }
  .gktl190921 .search .selDiv:nth-child(3),
  .gktl190921 .search .selDiv:nth-child(5) { 
    float:right; margin-right:0;
  }
  .gktl190921 .search .selDiv cite {
   	height:1.8rem;
   	border-radius:.25rem;
    background-size: .45rem;
    background-position: 6.5rem;
    box-shadow: 0 .15rem .5rem rgba(245, 245, 245, .4);
   	font-size: .6rem; line-height:1.8rem;
  }
  .gktl190921 .search .selDiv:hover cite { 
    box-shadow: 0 .15rem .3rem rgba(252, 93, 72, .2);
  }
  .gktl190921 .search .selDiv ul {
  	top:1.75rem; max-height:12rem;
  	border-radius:.25rem;
  }
  .gktl190921 .search .selDiv li {
  	font-size: .6rem; line-height: 1.2rem;
  }
  .gktl190921 .search .btn {
  	width:40%; height:1.8rem; margin-right:5%;
  	border-radius:1.8rem;
  	box-shadow: 0 .25rem .5rem rgba(239, 132, 58, .3);
  	font-size:.7rem; line-height:1.8rem;
  }
  .gktl190921 .search .btn:last-child {
    float:left; margin-right: 0; margin-left: 5%;
  }
  /* 资讯 */
  .gktl190921 .infoLeft {
    float:none; width:100%;
  }
  .gktl190921 .infoLeft dt {
    font-size:.75rem; line-height:1.6rem;
  }
  .gktl190921 .infoLeft a {
    padding-right:.25rem;
  }
  .gktl190921 .infoLeft dd {
    font-size: .7rem; line-height:1.4rem;
  }
  .gktl190921 .infoLeft dd a:first-child:before {
    width:.2rem; height: .2rem; margin-top:.6rem; margin-right:.25rem;
    
  }
  /* 直播 */
  .gktl190921 .infoRight {
    float:none; width:100%; margin-top:.5rem;
  }
  .gktl190921 .infoRight li {
    height: 1.4rem; padding-left:1.25rem;
    background-size:auto .75rem;
    font-size: .7rem; line-height: 1.4rem;
  }
  .gktl190921 .infoRight li.active {
    background-image:url(images/gktl190921-icon07.png);
  }
  /* 右侧 */
  .gktl190921 .guokaofr {
    float:none; width:16.5rem; margin:0 auto;
  }
  .gktl190921 .guokaofr h3 {
    height:1.6rem;
    font-size: .85rem; line-height: 1.4rem;
  }
  .gktl190921 .guokaofr h3 i {
    width:1rem; height:1.4rem; margin-right: .25rem;
    background-size: .75rem;
  }
  .gktl190921 .guokaofr dl {
    margin-top: .5rem;
  }
  .gktl190921 .guokaofr dt {
    font-size: .75rem; line-height: 1.6rem;
  }
  .gktl190921 .guokaofr dl a {
    padding-right: .25rem;
  }
  .gktl190921 .guokaofr dd {
    font-size: .7rem; line-height: 1.4rem;
  }

  /* 焦点图 */
  .gktlBanner {
    width:16.5rem; margin:1rem auto 0;
  }
  .gktlBanner .btn {
    width:1.5rem; height: 1.5rem; margin-top: -.75rem;
    background-size: contain;
  }
  .gktlBanner .gktlprevBtn {
    left:0;
  }
  .gktlBanner .gktlnextBtn {
    right:0;
  }
  .tempWrap {
    margin:0 auto;
  }
  .gktlBanner .bd li {
    width:50%;
  }
  .gktlBanner .bd a {
    width:100%;
  }
  .gktlBanner .bd img {
    width:98%; margin:0 auto;
  }
  
}